From 1aa83da46d1af60260b17522608eeca28efff151 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 11 Jun 2024 14:40:46 +0800 Subject: [PATCH] ; * etc/NEWS: Rename read-process-output-fast here also. --- etc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index 94557fdd255..a0223fb2dc6 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -131,7 +131,7 @@ The round-trip through the Lisp function 'internal-default-process-filter' is skipped when the process filter is the default one. It's reimplemented in native code, reducing GC churn. -To undo the change, set 'read-process-output-fast' to nil. +To undo the change, set 'fast-read-process-output' to nil. * Changes in Emacs 30.1 -- 2.30.2